3.2732 \(\int (a+b x^n)^{-\frac {1+2 n}{n}} \, dx\)

Optimal. Leaf size=51 \[ \frac {n x \left (a+b x^n\right )^{-1/n}}{a^2 (n+1)}+\frac {x \left (a+b x^n\right )^{-\frac {n+1}{n}}}{a (n+1)} \]

[Out]

n*x/a^2/(1+n)/((a+b*x^n)^(1/n))+x/a/(1+n)/((a+b*x^n)^((1+n)/n))

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 51, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {192, 191} \[ \frac {n x \left (a+b x^n\right )^{-1/n}}{a^2 (n+1)}+\frac {x \left (a+b x^n\right )^{-\frac {n+1}{n}}}{a (n+1)} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*x^n)^(-((1 + 2*n)/n)),x]

[Out]

(n*x)/(a^2*(1 + n)*(a + b*x^n)^n^(-1)) + x/(a*(1 + n)*(a + b*x^n)^((1 + n)/n))

Rule 191

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x*(a + b*x^n)^(p + 1))/a, x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rule 192

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Simp[(x*(a + b*x^n)^(p + 1))/(a*n*(p + 1)), x] + Dist[(n*(p +
 1) + 1)/(a*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x] /; FreeQ[{a, b, n, p}, x] && ILtQ[Simplify[1/n + p + 1
], 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \left (a+b x^n\right )^{-\frac {1+2 n}{n}} \, dx &=\frac {x \left (a+b x^n\right )^{-\frac {1+n}{n}}}{a (1+n)}+\frac {n \int \left (a+b x^n\right )^{1-\frac {1+2 n}{n}} \, dx}{a (1+n)}\\ &=\frac {n x \left (a+b x^n\right )^{-1/n}}{a^2 (1+n)}+\frac {x \left (a+b x^n\right )^{-\frac {1+n}{n}}}{a (1+n)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.05, size = 55, normalized size = 1.08 \[ \frac {x \left (a+b x^n\right )^{-1/n} \left (\frac {b x^n}{a}+1\right )^{\frac {1}{n}} \, _2F_1\left (2+\frac {1}{n},\frac {1}{n};1+\frac {1}{n};-\frac {b x^n}{a}\right )}{a^2} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x^n)^(-((1 + 2*n)/n)),x]

[Out]

(x*(1 + (b*x^n)/a)^n^(-1)*Hypergeometric2F1[2 + n^(-1), n^(-1), 1 + n^(-1), -((b*x^n)/a)])/(a^2*(a + b*x^n)^n^
(-1))

________________________________________________________________________________________

fricas [A]  time = 0.68, size = 68, normalized size = 1.33 \[ \frac {b^{2} n x x^{2 \, n} + {\left (2 \, a b n + a b\right )} x x^{n} + {\left (a^{2} n + a^{2}\right )} x}{{\left (a^{2} n + a^{2}\right )} {\left (b x^{n} + a\right )}^{\frac {2 \, n + 1}{n}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((a+b*x^n)^((1+2*n)/n)),x, algorithm="fricas")

[Out]

(b^2*n*x*x^(2*n) + (2*a*b*n + a*b)*x*x^n + (a^2*n + a^2)*x)/((a^2*n + a^2)*(b*x^n + a)^((2*n + 1)/n))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{{\left (b x^{n} + a\right )}^{\frac {2 \, n + 1}{n}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((a+b*x^n)^((1+2*n)/n)),x, algorithm="giac")

[Out]

integrate(1/((b*x^n + a)^((2*n + 1)/n)), x)

________________________________________________________________________________________

maple [F]  time = 0.21, size = 0, normalized size = 0.00 \[ \int \left (b \,x^{n}+a \right )^{-\frac {2 n +1}{n}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((b*x^n+a)^((2*n+1)/n)),x)

[Out]

int(1/((b*x^n+a)^((2*n+1)/n)),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{{\left (b x^{n} + a\right )}^{\frac {2 \, n + 1}{n}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((a+b*x^n)^((1+2*n)/n)),x, algorithm="maxima")

[Out]

integrate(1/((b*x^n + a)^((2*n + 1)/n)), x)

________________________________________________________________________________________

mupad [B]  time = 1.32, size = 64, normalized size = 1.25 \[ -\frac {x^{1-2\,n}\,{\left (\frac {a}{b\,x^n}+1\right )}^{1/n}\,{{}}_2{\mathrm {F}}_1\left (2,\frac {1}{n}+2;\ 3;\ -\frac {a}{b\,x^n}\right )}{2\,b^2\,n\,{\left (a+b\,x^n\right )}^{1/n}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a + b*x^n)^((2*n + 1)/n),x)

[Out]

-(x^(1 - 2*n)*(a/(b*x^n) + 1)^(1/n)*hypergeom([2, 1/n + 2], 3, -a/(b*x^n)))/(2*b^2*n*(a + b*x^n)^(1/n))

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/((a+b*x**n)**((1+2*n)/n)),x)

[Out]

Timed out

________________________________________________________________________________________